projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d408866
)
* lisp/progmodes/project.el (project--files-in-directory): Fix formatting
author
Manuel Uberti
<manuel.uberti@inventati.org>
Wed, 4 Nov 2020 14:41:53 +0000
(15:41 +0100)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Wed, 4 Nov 2020 15:42:20 +0000
(10:42 -0500)
Copyright-paperwork-exempt: yes
lisp/progmodes/project.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/project.el
b/lisp/progmodes/project.el
index 8f7482a23d7306855bb3fecad3c5a3190a62f278..6c647a092a97b2344da8c7f4d9f5900882830274 100644
(file)
--- a/
lisp/progmodes/project.el
+++ b/
lisp/progmodes/project.el
@@
-301,8
+301,8
@@
to find the list of ignores for each directory."
(split-string files)
(concat " -o " find-name-arg " "))
" "
- (shell-quote-argument ")"))
"")
- )))
+ (shell-quote-argument ")"))
+
"")
)))
(project--remote-file-names
(sort (split-string (shell-command-to-string command) "\0" t)
#'string<))))